/*---------- общее ----------*/
@font-face {
    font-family: 'SF-Pro-Display-Regular';
    src: url('/fileservice/file/download/h/2c32296751bc8e911afe95ec23347165.otf/a/870598/sc/54') format('opentype'),
        url('/fileservice/file/download/h/2c32296751bc8e911afe95ec23347165.otf/a/870598/sc/54') format('woff');
}

:root {
    --white: #ffffff;
    --black: #494949;
    --blue: #0e5fe4;
    --red: #F34955;
    --light-blue: #EAF1FC;
    --ff: 'SF-Pro-Display-Regular', sans-serif;
    --blue-2: rgba(14, 95, 228, 0.2);
}


.menu-item-profile .menu-item-icon {
    position: relative;
    width: 60px;
    -webkit-border-radius: 10px;
       -moz-border-radius: 10px;
            border-radius: 10px;
}

/* Замена иконок боковой панели */
.gc-account-leftbar {
  --menu-item-notifications_small-icon: url('/fileservice/file/download/a/25283/sc/10/h/decc8ef40d4ebfdc02e580eb8a24f1cd.svg');
 
  --menu-item-cms-icon: url('/fileservice/file/download/a/25283/sc/80/h/4225912b800cebf50d45233b7b73f3b3.svg');
  
  --menu-item-teach-icon: url('/fileservice/file/download/a/25283/sc/228/h/93ff51f593a9f8d807b81ee938a5f95a.svg');
  
  --menu-item-user-icon: url('/fileservice/file/download/a/25283/sc/275/h/694122ac4a53f1e5a0b29f0cfbcc5f09.svg');
  
  --menu-item-tasks-icon: url('/fileservice/file/download/a/25283/sc/368/h/53f1f730142ff4a0d4bfccbb4183edae.svg');
  
  --menu-item-notifications-icon: url('/fileservice/file/download/a/25283/sc/293/h/7932ffd01a485cf906cbdce1d835ef13.svg');
  
  --menu-item-sales-icon: url('/fileservice/file/download/a/25283/sc/201/h/5d7c827cc2389e8ea2623b50bf7b092f.svg');
  
  --menu-item-chatium-icon: url('/fileservice/file/download/a/25283/sc/405/h/155698d4fc57de9becedd128bf5af91d.svg');
}


.gc-account-leftbar .gc-account-user-menu li a:hover,
.gc-account-user-submenu-bar .gc-account-user-submenu li a:hover {
  text-decoration: none !important;
  color: var(--black);
  background: none;
}



.gc-account-leftbar,
.gc-account-leftbar .toggle-link,
.gc-account-leftbar .gc-account-user-menu,
.gc-page-nav-items-menu a {
  background: var(--light-blue)!important;
}

.gc-account-leftbar {
  box-shadow: var(--shadow);
}

.gc-account-leftbar .gc-account-user-menu li a {
  background: inherit;
  -webkit-transition: .3s;
  -o-transition: .3s;
  -moz-transition: .3s;
  transition: .3s;
  height: 70px !important;
  padding-left: 6px;
  padding-right: 6px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.gc-account-leftbar .gc-account-user-menu li a:focus,
.gc-account-leftbar .gc-account-user-menu li.active a,
.gc-account-leftbar .gc-account-user-menu li.selected a {
  background: var(--blue-2) !important;/* цвет фона иконки при ховере */
  -webkit-border-radius: 10px 0 0 10px;
     -moz-border-radius: 10px 0 0 10px;
          border-radius: 10px 0 0 10px;
}

.gc-account-leftbar .gc-account-user-menu li:not(.selected):not(.active) a:hover:after,
.gc-account-leftbar .gc-account-user-menu li:not(.selected):not(.active) a:focus:after {
  background: var(--red); /* цвет иконки при ховере */
}


/* иконки */
.gc-account-user-menu>li>a:after {
  content: "";
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 35;
     -moz-box-flex: 0;
      -ms-flex: 0 0 35;
          flex: 0 0 35;
  width: 35px;
  max-width: 35px;
  height: 35px;
  max-height: 35px;
  margin-bottom: 0px;
  background: var(--blue);/* цвет иконки в статике */
}
.gc-account-user-menu>li:not(.menu-item-logo)>a:after {
  mask-size: contain;
  -webkit-mask-size: contain;
  mask-repeat: no-repeat;
  -webkit-mask-repeat: no-repeat;
  mask-position: center right;
  -webkit-mask-position: center right;
}

/* скрываем все иконки, кроме профиля */
.gc-account-leftbar .gc-account-user-menu li:not(.menu-item-profile) a .menu-item-icon,
.gc-account-leftbar .qr-link {
  display: none;
}

/* иконка профиля */
.menu-item-profile .menu-item-icon {
    position: relative;
    width: 60px;
    -webkit-border-radius: 10px;
       -moz-border-radius: 10px;
            border-radius: 10px;
    margin-top: 10px;
}

.gc-account-user-menu>li.menu-item-logo,
.gc-account-user-menu>li.menu-item-logo a,
.gc-account-user-menu>li.menu-item-logo,
.gc-account-user-menu>li.menu-item-logo a:hover,
.gc-account-user-menu>li.menu-item-logo,
.gc-account-user-menu>li.menu-item-logo a:focus {
  height: 90px !important;
}

.gc-account-user-menu>li.menu-item-logo>a:after {
  background: var(--menu-item-logo-icon) no-repeat center /cover !important;
  max-width: 66px;
  width: 66px;
  max-height: 66px;
  height: 66px;
}


.gc-account-user-menu>li.menu-item-notifications_button_small>a:after {
  mask-image: var(--menu-item-notifications_small-icon);
  -webkit-mask-image: var(--menu-item-notifications_small-icon);
}

.gc-account-user-menu>li.menu-item-cms>a:after {
  mask-image: var(--menu-item-cms-icon);
  -webkit-mask-image: var(--menu-item-cms-icon);
}

.gc-account-user-menu>li.menu-item-teach>a:after {
  mask-image: var(--menu-item-teach-icon);
  -webkit-mask-image: var(--menu-item-teach-icon);
}

.gc-account-user-menu>li.menu-item-user>a:after {
  mask-image: var(--menu-item-user-icon);
  -webkit-mask-image: var(--menu-item-user-icon);
}

.gc-account-user-menu>li.menu-item-tasks>a:after {
  mask-image: var(--menu-item-tasks-icon);
  -webkit-mask-image: var(--menu-item-tasks-icon);
}

.gc-account-user-menu>li.menu-item-notifications>a:after {
  mask-image: var(--menu-item-notifications-icon);
  -webkit-mask-image: var(--menu-item-notifications-icon);
}

.gc-account-user-menu>li.menu-item-sales>a:after {
  mask-image: var(--menu-item-sales-icon);
  -webkit-mask-image: var(--menu-item-sales-icon);
}

.gc-account-user-menu>li.menu-item-chatium>a:after,
.gc-account-user-menu li.menu-item-chatium-custom>a:after {
  mask-image: var(--menu-item-chatium-icon);
  -webkit-mask-image: var(--menu-item-chatium-icon);
}




/* подменю */
.gc-account-leftbar .gc-account-user-submenu-bar {
  background: var(--light-blue);
  z-index: 1;
  width: 290px;
}

.gc-account-user-submenu-bar h3 {
  margin-bottom: 15px !important;
  color: var(--black);
  font-family: var(--ff);
  font-weight: bold;
  font-size: 20px;
  line-height: 105%;
  text-transform: uppercase;
  -webkit-font-feature-settings: 'pnum' on, 'lnum' on;
     -moz-font-feature-settings: 'pnum' on, 'lnum' on;
          font-feature-settings: 'pnum' on, 'lnum' on;
  margin-bottom: 5px;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}


/* уведомления */
.gc-account-leftbar .notify-count {
  font-family: var(--ff);
  background: var(--red) !important;
  font-size: 10px !important;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  padding: 3px 7px;
  z-index: 1;
}
.gc-account-leftbar .gc-account-user-menu li.active .notify-count,
.gc-account-leftbar .gc-account-user-menu li.selected .notify-count,
.gc-account-leftbar .gc-account-user-menu li a:hover .notify-count,
.gc-account-leftbar .gc-account-user-menu li a:focus .notify-count {
  background: var(--blue) !important;
  color: #ffffff !important;
}



/* submenu */
.gc-account-user-submenu-bar .gc-account-user-submenu li {
  padding: 0;
}

.gc-account-user-submenu-bar .gc-account-user-submenu li a {
  padding: 9px 20px;
  font-family: var(--ff);
  font-weight: 400;
  color: var(--black);
  text-transform: none;
}

.gc-account-user-submenu-bar .gc-account-user-submenu li a:hover {
  color: var(--black);
  background: var(--white) !important;
  -webkit-border-radius:  10px 10px;
     -moz-border-radius:  10px 10px;
          border-radius:  10px 10px;
}


